home *** CD-ROM | disk | FTP | other *** search
- Path: nuclear.microserve.net!news
- From: ada105@psu.edu (Alexander Achey)
- Newsgroups: comp.lang.c++
- Subject: Visual C++ memory
- Date: Mon, 11 Mar 1996 06:28:48 GMT
- Organization: Microserve Information Systems (800)-380-INET
- Message-ID: <4i06pl$ret@crash.microserve.net>
- Reply-To: ada105@psu.edu
- NNTP-Posting-Host: ada105.rh.psu.edu
- X-Newsreader: Forte Free Agent 1.0.82
-
- Hi all,
- I'm having little problem with visual C++ for windows and I was
- wondering if anyone out the could help me. I'm writing a program
- which needs to read information from text files into memory. I have
- the program written to read it, and it works fine for a small amout of
- reading, but after it reads for a second in a big file, it gives me an
- out of memory error. I looked it over and I though it might have been
- because I was using the medium memory model, so I tried switching to
- large. Then, the program gave me a error that an ASSERT statement had
- failed in the "filecore.cpp" file. Can someone help me out with this?
- I'm just really starting and I'm not quite sure how to get around this
- one. I have Charles Petzold's Windows Programming and the book Inside
- Visual C++ if you can refer me to anything in those that might do it,
- but I couldn't find anything. I'd really appreciate any help you
- could give me, thanks!
-
- Alex(ada105@psu.edu)
-
-